Hollrs popover

How to use the Hollrs popover:
    <script src="https://lib.hollrs.com/hollrs.js"></script>
    <script>
      document.addEventListener("DOMContentLoaded", function () {
        window.Hollrs.popover({ code: 'hollrs', position: 'right' });
      });
    </script>